ArrayObject
PHP Manual

ArrayObject::offsetUnset

(PHP 5 >= 5.1.0)

ArrayObject::offsetUnsetUnsets the value at the specified $index

Descripción

void ArrayObject::offsetUnset ( mixed $index )
Warning

Esta función no está documentada actualmente, solamente se encuentra disponible la lista de parámetros.

Unsets the value at the specified index.

Lista de parámetros

index

The index being unset.

Valores retornados

No value is returned.


ArrayObject
PHP Manual